DataSource for Entity Framework for WinForms
KeySelector プロパティ (IndexDefinition<T>)

C1.LiveLinq.4.5.2 アセンブリ > C1.LiveLinq.Indexing 名前空間 > IndexDefinition<T> クラス : KeySelector プロパティ
インデックス付きのコレクションの要素からキー値を取得するために使用する式を取得します。
シンタックス
'宣言
 
Public ReadOnly Property KeySelector As System.Linq.Expressions.LambdaExpression
public System.Linq.Expressions.LambdaExpression KeySelector {get;}

プロパティ値

項目(コレクションの要素)からキー値を計算する式。 複雑な式も使用できますが、通常は項目クラスのフィールドまたはプロパティです。
参照

IndexDefinition<T> クラス
IndexDefinition<T> メンバ